TRREST_CMPARALLEL
Trigger REST and Component PARALLEL
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | parallelHappy | Get postal code as input from query param. in parallel, call rest with the postal code as input to fetch postal data. from db for the pin, get customers for the pin. return the cosolidated data of the 2 parallel steps as output. |
GET
|
2. | parallelUnHappy | Get postal code as input from query param. in parallel, call rest with the wrong postal code as input to fetch postal data. from db for the pin, get customers for the pin. return the cosolidated data of the 2 parallel steps as output. Rest will give error. |
GET
|